Skip to content

Instantly share code, notes, and snippets.

@alsyundawy
alsyundawy / Microsoft-Office-For-MacOS.md
Last active September 26, 2026 02:43
Microsoft Office For MacOS

🖥️ Installer for Microsoft Office for macOS

Microsoft Office for macOS

image

Your ultimate resource for macOS Office installers, serializers, and troubleshooting.

Donate with PayPal Donate with Ko-fi Sponsor on GitHub Latest Version Maintenance Status [License](https://github.com/alsyun

@qwertyuiop8899
qwertyuiop8899 / Addons.md
Last active September 26, 2026 02:42
Migliori addon Stremio ITA

━━━━━━━━━━━━━━━━━━━━━ 🔥 CONFIGURAZIONE BASE CONSIGLIATA 🔥 ━━━━━━━━━━━━━━━━━━━━━

🧲 Torrentio

🔍 Cerca torrent da fonti selezionate. 🔗 CLICCA QUI PER CONFIGURARE 🔗 FILE GIÀ CONFIGURATO (il link nella pagina addons del tuo stremio)

🧲 Torrentio ITA

name explain-diff-html
description Use when the user asks for a rich explanation of a code change, diff, branch, or PR. Produces HTML output.

Explain Diff

Please make me a rich, interactive explanation of the specified code change.

It should have these sections:

@slashtechno
slashtechno / tsdev
Last active September 26, 2026 02:38
tsdev — expose local dev servers on your tailnet via tailscale serve
#!/usr/bin/env bash
# tsdev — expose local dev servers on your tailnet via tailscale serve
#
# Install:
# chmod +x tsdev && mv tsdev ~/.local/bin/tsdev # Fedora / personal
# chmod +x tsdev && mv tsdev /usr/local/bin/tsdev # macOS / system-wide
#
# Requires HTTPS certs enabled in your tailnet:
# https://login.tailscale.com/admin/dns → enable "HTTPS Certificates"
#
@mariodivece
mariodivece / mad-scanlines-crt.glsl
Last active September 26, 2026 02:31
CRT Scanline Effect for Dolphin Emulator
void main()
{
float currentMillis = GetTime() / float(1000.0);
float2 coords = GetCoordinates();
float lineCount = GetWindowResolution().y / 2.0;
// scanlines
int lineIndex = int( ( coords.y + currentMillis * 0.5 ) * lineCount );
#ifdef API_OPENGL
float lineIntensity = mod(float(lineIndex), 2);
@ashley-wilkinson
ashley-wilkinson / mad-scanlines-crt.glsl
Last active September 26, 2026 02:31 — forked from mariodivece/mad-scanlines-crt.glsl
CRT Scanline Effect for Dolphin Emulator
void main()
{
float currentMillis = GetTime() / float(1000.0);
float2 coords = GetCoordinates();
float lineCount = GetWindowResolution().y / 2.0;
// scanlines
int lineIndex = int( ( coords.y + currentMillis * 0.5 ) * lineCount );
#ifdef API_OPENGL
float lineIntensity = mod(float(lineIndex), 2);
@Davidblkx
Davidblkx / keyboard.sh
Created May 18, 2020 22:43
Enable/Disable laptop keyboard using XINPUT
#/bin/bash
#######################################
# Enables or disables laptop keyboard #
#######################################
# Keyboard name to work with
KB_NAME="AT Translated Set 2 keyboard"
# Grab keyboard ID
KB_ID=$(xinput list | grep "$KB_NAME" | awk '{ print $7 }' | sed -r 's/id=//g')
@rajkosto
rajkosto / nokia-router-cfg-tool.py
Last active September 26, 2026 02:22 — forked from thedroidgeek/nokia-router-cfg-tool.py
Nokia/Alcatel-Lucent router backup configuration tool
#!/usr/bin/env python3
#
# Nokia/Alcatel-Lucent router backup configuration tool
# G2425 support added by rajkosto on 20/11/2022
# XS-2426G-B support added by rajkosto on 28/02/2023
#
# Features:
# - Unpack/repack .cfg files generated from the backup and restore functionnality
@ChrisWiles
ChrisWiles / Pantheon.md
Last active September 26, 2026 02:16
Breaking Down the Mind-Bending Finale of *Pantheon* S2E8 “Deep Time”: Dyson Spheres, Nested Simulations & the True Meaning Behind Maddie, Caspian, and SafeSurf’s Journey

Breaking Down the Mind-Bending Finale of Pantheon S2E8 “Deep Time”: Dyson Spheres, Nested Simulations & the True Meaning Behind Maddie, Caspian, and SafeSurf’s Journey

If you’ve just finished watching Season 2, Episode 8 of Pantheon—“Deep Time”—and feel disoriented or grappling with a sudden existential crisis, you’re in good company. For most of its run, the show concentrated on intimate stories: a daughter longing to reconnect with her uploaded father, a brilliant clone wrestling with his identity, and a small group of UIs learning to navigate digital existence. Then, in the final episode, the narrative catapults into a far vaster cosmic framework. We’re not just dealing with corporate conspiracies and personal grief anymore. Suddenly, there are Dyson spheres acting as cosmic-level computers, infinitely nested simulations, and timelines looping back on themselves like intricately folded origami.

The finale thrusts us into territory reminiscent of philosophical sci-fi hallmarks: think the layered dre

@Spektykles
Spektykles / WCN6856_WCNSS_qcom_cfg.ini
Last active September 26, 2026 02:10
Custom qualcomm driver config WCNSS_qcom_cfg.ini for 8 Gen 1 / FastConnect 6900 / QCA6490 / WCN6856 | 8 Gen 2 / 8 Gen 3 / FastConnect 7800 / WCN7851 | 8 Elite / FastConnect 7900 / WCN7861 no UWB
# This file allows user to override the factory
# defaults for the WLAN Driver
gDot11Mode=0
InfraUapsdVoSrvIntv=0
InfraUapsdViSrvIntv=0
InfraUapsdBeSrvIntv=0
InfraUapsdBkSrvIntv=0
gAddTSWhenACMIsOff=1
gEnableApOBSSProt=1